home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2005 November / WNnov2005.iso / Windows / Utilitaires / Add-Remove Plus / invarptrial.exe / {app} / arplus.exe / 0 / RCDATA / TFNEWPROGRAM / TFNEWPROGRAM.txt < prev   
Text File  |  2004-10-21  |  6KB  |  252 lines

  1. object fNewProgram: TfNewProgram
  2.   Left = 340
  3.   Top = 214
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'New Program'
  7.   ClientHeight = 301
  8.   ClientWidth = 423
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   KeyPreview = True
  16.   OldCreateOrder = False
  17.   Position = poMainFormCenter
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   DesignSize = (
  21.     423
  22.     301)
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object bevBottom: TBevel
  26.     Left = 0
  27.     Top = 256
  28.     Width = 423
  29.     Height = 45
  30.     Align = alBottom
  31.     Shape = bsTopLine
  32.   end
  33.   object spbuNewUn: TSpeedButton
  34.     Left = 392
  35.     Top = 177
  36.     Width = 23
  37.     Height = 22
  38.     Hint = 'Browse for a file'
  39.     Caption = '...'
  40.     Font.Charset = DEFAULT_CHARSET
  41.     Font.Color = clWindowText
  42.     Font.Height = -11
  43.     Font.Name = 'MS Sans Serif'
  44.     Font.Style = [fsBold]
  45.     ParentFont = False
  46.     ParentShowHint = False
  47.     ShowHint = True
  48.     OnClick = spbuNewUnClick
  49.   end
  50.   object spbuNewDispIco: TSpeedButton
  51.     Left = 392
  52.     Top = 222
  53.     Width = 23
  54.     Height = 22
  55.     Hint = 'Browse for a file containing an icon'
  56.     Caption = '...'
  57.     Font.Charset = DEFAULT_CHARSET
  58.     Font.Color = clWindowText
  59.     Font.Height = -11
  60.     Font.Name = 'MS Sans Serif'
  61.     Font.Style = [fsBold]
  62.     ParentFont = False
  63.     ParentShowHint = False
  64.     ShowHint = True
  65.     OnClick = spbuNewDispIcoClick
  66.   end
  67.   object leReg: TLabeledEdit
  68.     Left = 16
  69.     Top = 88
  70.     Width = 401
  71.     Height = 21
  72.     AutoSize = False
  73.     BevelInner = bvLowered
  74.     BevelKind = bkTile
  75.     BevelOuter = bvNone
  76.     BorderStyle = bsNone
  77.     Ctl3D = True
  78.     EditLabel.Width = 123
  79.     EditLabel.Height = 14
  80.     EditLabel.Caption = '&Registry Entry Name : '
  81.     EditLabel.Font.Charset = EASTEUROPE_CHARSET
  82.     EditLabel.Font.Color = clWindowText
  83.     EditLabel.Font.Height = -12
  84.     EditLabel.Font.Name = 'Tahoma'
  85.     EditLabel.Font.Style = []
  86.     EditLabel.ParentFont = False
  87.     Font.Charset = EASTEUROPE_CHARSET
  88.     Font.Color = clWindowText
  89.     Font.Height = -13
  90.     Font.Name = 'MS Sans Serif'
  91.     Font.Style = []
  92.     ParentCtl3D = False
  93.     ParentFont = False
  94.     TabOrder = 0
  95.   end
  96.   object leName: TLabeledEdit
  97.     Left = 16
  98.     Top = 130
  99.     Width = 401
  100.     Height = 21
  101.     AutoSize = False
  102.     BevelInner = bvLowered
  103.     BevelKind = bkTile
  104.     BevelOuter = bvNone
  105.     BorderStyle = bsNone
  106.     EditLabel.Width = 237
  107.     EditLabel.Height = 14
  108.     EditLabel.Caption = 'Program &Name (how it appears in the list) :'
  109.     EditLabel.Font.Charset = EASTEUROPE_CHARSET
  110.     EditLabel.Font.Color = clWindowText
  111.     EditLabel.Font.Height = -12
  112.     EditLabel.Font.Name = 'Tahoma'
  113.     EditLabel.Font.Style = []
  114.     EditLabel.ParentFont = False
  115.     Font.Charset = EASTEUROPE_CHARSET
  116.     Font.Color = clWindowText
  117.     Font.Height = -13
  118.     Font.Name = 'MS Sans Serif'
  119.     Font.Style = []
  120.     ParentFont = False
  121.     TabOrder = 1
  122.   end
  123.   object leUninstall: TLabeledEdit
  124.     Left = 16
  125.     Top = 177
  126.     Width = 370
  127.     Height = 21
  128.     AutoSize = False
  129.     BevelInner = bvLowered
  130.     BevelKind = bkTile
  131.     BevelOuter = bvNone
  132.     BorderStyle = bsNone
  133.     EditLabel.Width = 114
  134.     EditLabel.Height = 14
  135.     EditLabel.Caption = 'Uninstall &Command : '
  136.     EditLabel.Font.Charset = EASTEUROPE_CHARSET
  137.     EditLabel.Font.Color = clWindowText
  138.     EditLabel.Font.Height = -12
  139.     EditLabel.Font.Name = 'Tahoma'
  140.     EditLabel.Font.Style = []
  141.     EditLabel.ParentFont = False
  142.     Font.Charset = EASTEUROPE_CHARSET
  143.     Font.Color = clWindowText
  144.     Font.Height = -13
  145.     Font.Name = 'MS Sans Serif'
  146.     Font.Style = []
  147.     ParentFont = False
  148.     TabOrder = 2
  149.   end
  150.   object leDisplayIcon: TLabeledEdit
  151.     Left = 16
  152.     Top = 222
  153.     Width = 369
  154.     Height = 21
  155.     AutoSize = False
  156.     BevelInner = bvLowered
  157.     BevelKind = bkTile
  158.     BevelOuter = bvNone
  159.     BorderStyle = bsNone
  160.     Ctl3D = True
  161.     EditLabel.Width = 72
  162.     EditLabel.Height = 14
  163.     EditLabel.Caption = 'Display &Icon :'
  164.     EditLabel.Font.Charset = EASTEUROPE_CHARSET
  165.     EditLabel.Font.Color = clWindowText
  166.     EditLabel.Font.Height = -12
  167.     EditLabel.Font.Name = 'Tahoma'
  168.     EditLabel.Font.Style = []
  169.     EditLabel.ParentFont = False
  170.     Font.Charset = EASTEUROPE_CHARSET
  171.     Font.Color = clWindowText
  172.     Font.Height = -13
  173.     Font.Name = 'MS Sans Serif'
  174.     Font.Style = []
  175.     ParentCtl3D = False
  176.     ParentFont = False
  177.     TabOrder = 3
  178.   end
  179.   object Panel1: TPanel
  180.     Left = 0
  181.     Top = 0
  182.     Width = 423
  183.     Height = 60
  184.     Align = alTop
  185.     BevelInner = bvRaised
  186.     BevelOuter = bvLowered
  187.     TabOrder = 4
  188.     object Image2: TImage
  189.       Left = 2
  190.       Top = 2
  191.       Width = 419
  192.       Height = 56
  193.       Align = alClient
  194.       Picture.Data = {<image000.bmp>}
  195.       Stretch = True
  196.     end
  197.     object lWindowTitle: TLabel
  198.       Left = 23
  199.       Top = 20
  200.       Width = 269
  201.       Height = 16
  202.       Caption = 'Add new program entry to Uninstall List'
  203.       Color = clSilver
  204.       Font.Charset = DEFAULT_CHARSET
  205.       Font.Color = 1973790
  206.       Font.Height = -13
  207.       Font.Name = 'MS Sans Serif'
  208.       Font.Style = [fsBold]
  209.       ParentColor = False
  210.       ParentFont = False
  211.       Transparent = True
  212.     end
  213.   end
  214.   object buCancel: TButton
  215.     Left = 360
  216.     Top = 263
  217.     Width = 59
  218.     Height = 33
  219.     Anchors = [akLeft, akBottom]
  220.     Cancel = True
  221.     Caption = '&Cancel'
  222.     Font.Charset = DEFAULT_CHARSET
  223.     Font.Color = clWindowText
  224.     Font.Height = -12
  225.     Font.Name = 'Tahoma'
  226.     Font.Style = []
  227.     ModalResult = 2
  228.     ParentFont = False
  229.     TabOrder = 5
  230.   end
  231.   object buOK: TButton
  232.     Left = 291
  233.     Top = 263
  234.     Width = 67
  235.     Height = 33
  236.     Anchors = [akLeft, akBottom]
  237.     Caption = '&OK'
  238.     Default = True
  239.     Font.Charset = DEFAULT_CHARSET
  240.     Font.Color = clWindowText
  241.     Font.Height = -11
  242.     Font.Name = 'MS Sans Serif'
  243.     Font.Style = [fsBold]
  244.     ParentFont = False
  245.     TabOrder = 6
  246.     OnClick = buOKClick
  247.   end
  248.   object odChoose: TOpenDialog
  249.     Top = 272
  250.   end
  251. end
  252.